home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dvips / README < prev    next >
Encoding:
Text File  |  1990-01-06  |  1.9 KB  |  49 lines

  1. This is the latest and greatest version of dvips.  It supports:
  2.  
  3.     - Automatic generation of fonts via MF whenever needed
  4.     - EPSF PostScript files complete with automatic determination
  5.         of graphics size (see epsf.tex)
  6.     - Literal PostScript includes complete with definitions
  7.     - Non-EPSF PostScript graphics with user-specified scaling
  8.     - TPIC specials
  9.     - Correct budgeting of printer memory
  10.     - Output at 300 or 400 DPI (or any other DPI)
  11.     - Use of PostScript fonts
  12.         - Use of virtual fonts
  13.     - Use of popen on output file.
  14.  
  15. Usage:
  16.  
  17.    dvips [options] filename[.dvi]
  18.  
  19. The output PostScript file is written by default to `filename.ps'.
  20.  
  21. Changes from 40 to 41:
  22.  
  23.     - Cheaper on VM!  2100 bytes saved per TeX font used
  24.     - Bug found and fixed in afm2tfm (height of \i wrong in tfms)
  25.     - `Displaced' PostScript characters now usable (moved to 128...)
  26.     - Many flags now can be toggled off (eg, -r can be turned off with -r0)
  27.     - Texture support added to tpic specials
  28.     - Program no longer aborts if figure file cannot be found
  29.     - Either -tlegal or -t@legal will work to set page style
  30.     - @ang problem fixed
  31.     - Some typos fixed that caused various minor bugs and compile problems
  32.  
  33. Changes from 41 to 50:
  34.         - Everything checked over by Don Knuth and tuned up to his specs
  35.         - Numerous bugs for weird and unusual cases fixed
  36.         - Documentation rewritten
  37.         - PostScript and TeX code revised
  38.         - New virtual font capability makes use of PostScript fonts much better
  39.         - Improved search for PK fonts near the desired resolution
  40.         - No longer can use -t@legal for page style! Say -tlegal, please
  41.         - \special psfile changed: clipping now done AFTER scaling and offset
  42.         - Landscape special allowed anywhere
  43.         - Compressed fonts now even smaller
  44.         - Error messages more consistent and more informative
  45.  
  46. Make sure you install the new TFMs and new VFs and new header files!
  47.  
  48. See the (new) man pages for more information.
  49.